internal/runtime/maps.Map.getWithKeySmall (method)
5 uses
internal/runtime/maps (current package)
map.go#L410: return m.getWithKeySmall(typ, hash, key)
map.go#L429: _, elem, ok := m.getWithKeySmall(typ, hash, key)
map.go#L437: func (m *Map) getWithKeySmall(typ *abi.SwissMapType, hash uintptr, key unsafe.Pointer) (unsafe.Pointer, unsafe.Pointer, bool) {
runtime_swiss.go#L71: _, elem, ok := m.getWithKeySmall(typ, hash, key)
runtime_swiss.go#L145: _, elem, ok := m.getWithKeySmall(typ, hash, key)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)